home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_308_cylinder.txt < prev    next >
Text File  |  1994-02-10  |  281b  |  12 lines

  1. // Capped Cylinder, closed [or open ended]
  2. // cylinder { <END1>, <END2>, RADIUS [open] }
  3. //  END1 = coord of one end of cylinder
  4. //  END2 = coord of other end
  5. // RADIUS = size of cylinder
  6. // open = if present, cylinder is hollow, else capped
  7. cylinder
  8. {
  9.   0*x,  3*x,  1
  10.   // open
  11. }
  12.